14. Inheritance

Inheritance

Inheritance

Inheritance Code

In the following video, you'll see how to code inheritance using Python.

13 Inheritance Example V1

Inheritance Truth

Check the boxes next to the statements that are true.

SOLUTION:
  • Inheritance helps organize code with a more general version of a class and then specific children.
  • Inheritance can make object-oriented programs more efficient to write.
  • Updates to a parent class automatically trickle down to its children.